Global variables

美 [ˈɡloʊbl ˈvɛriəbəlz]英 [ˈɡləʊbl ˈveərɪəblz]
  • 网络全局变量
Global variablesGlobal variables
  1. You would also want to place any global variables in this structure .

    您还需要将所有全局变量放入该结构中。

  2. Using global variables to reduce complexity and improve performance

    使用全局变量降低复杂性并提升性能

  3. Between tasks carried data by global variables and data mailbox .

    任务之间通过全局变量和邮箱进行传递数据。

  4. We should therefore not use global variables inside critical loops .

    所以在比较关键的循环中,我们要不使用全局变量。

  5. This includes the definition of global variables and functions .

    它包含全局变量和函数的定义。

  6. You can map global variables to input parameters .

    可以将全局变量映射到输入参数。

  7. Working with global variables and methods

    处理通用的变量和方法

  8. The article concludes with more in-depth topics related to global variables .

    最后,本文将更加深入地阐述一些与全局变量有关的主题。

  9. Well , things can be fixed by a little trick called global variables .

    好的,问题可以通过,一个叫做全局变量的东西来解决。

  10. Data is stored in global variables called data fields , which the activities can access .

    数据存储在各种活动可以访问的名为数据字段的全局变量中。

  11. Error global variables and standard values

    错误全局变量和标准值

  12. You are allowed to use global variables , where it makes sense to do so .

    你可以使用全局变量,才有意义这样做。

  13. The list of variables in the business state machine or process editor contains global variables .

    业务状态机或流程编辑器中的清单列表包含全局变量。

  14. If your PHP code uses global variables , you should update it .

    如果您的PHP代码使用了全局变量,那么应该更新它。

  15. Reentrant functions either use local variables or protect their data when global variables are used .

    可重入函数要么使用本地变量,要么在使用全局变量时保护自己的数据。

  16. Heavily using global variables or template parameters as communication vehicles within the stylesheet .

    在样式表中大量使用全局变量或模板参数作为通信工具。

  17. Global variables are a convenience in PHP applications .

    全局变量在PHP应用程序中很方便。

  18. Overall , global variables are easy to use , yet they are both powerful and flexible .

    总之,全局变量易于使用,同时还提供了强大的功能和灵活性。

  19. Represents global variables useful for reports , such as the report name or page number .

    表示对报表有用的全集变量,如报表名称或页码。

  20. Remember in college when the teacher said you can 't use global variables in your homework ?

    是否还记得在大学里老师告诉你不要在家庭作业里使用全局变量?

  21. First , learn what global variables are and the basic operations that can be performed with them .

    首先,了解什么是全局变量以及它涉及的基本操作。

  22. Then view some interesting scenarios on how global variables can be exploited .

    然后查看一些有趣的场景,了解全局变量的使用。

  23. The reason for this is that global variables have a session ( connection ) scope .

    这样做是因为全局变量具有一个会话(连接)范围。

  24. The following is the remainder of the global variables and their descriptions .

    下面是其余的一些全局变量及其描述。

  25. Global variables to switch triggers off for maintenance

    使用全局变量关闭触发器以进行维护

  26. Cannot add global variables to ActiveX script .

    无法在activex脚本中添加全局变量。

  27. This is possible only if those global variables are not used by any of the functions which are called .

    条件是本函数调用的任何子函数不使用这些全局变量。

  28. Package variables are global variables .

    包变量是全局变量。

  29. Catching exceptions thrown during construction and / or destruction of global variables .

    捕获构造和/或析构全局变量期间抛出的异常。

  30. You can send string message , global variables message and data file message using Message Queue Task .

    可用消息队列任务发送字符串消息、全局变量消息和数据文件。